projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f9ecc7
)
(Info-suffix-list): Fix duplicate .z to .info.z.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 25 May 1993 02:03:52 +0000
(
02:03
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 25 May 1993 02:03:52 +0000
(
02:03
+0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 672043a0fa342333e8c7330fd4689d7fdb1afbbd..e1b4766b679dd0046c06645aba0e2acda490ade9 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-77,7
+77,7
@@
Marker points nowhere if file has no tag table.")
(".z" . "gunzip")
(".info.Z" . "uncompress")
(".info.Y" . "unyabba")
- (".
z"
. "gunzip"))
+ (".
info.z"
. "gunzip"))
"List of file name suffixes and associated decoding commands.
Each entry should be (SUFFIX . STRING); the file is given to
the command as standard input. If STRING is nil, no decoding is done.")